home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / findutils / TODO < prev   
Text File  |  2009-05-16  |  2KB  |  54 lines

  1. -*-outline-*-
  2. * -fstype core dumps on sparc-sun-sunos4.1.3_U1 with gcc-2.95.2
  3. This is on foxtrot.rahul.net.  dbx does not work on compiled find.
  4. Perhaps gcc is installed incorrectly.  "find / -fstype ufs" core dumps
  5. quickly.  cc works correctly.
  6.  
  7. * Speed of locate without "-i" option needs to be increased.
  8.  
  9. * Internationalization
  10. ** updatedb.sh should be internationalized
  11.  
  12. * Eliminate unnecessary strcpy calls in xargs.
  13.  
  14. * man pages for frcode, bigram, and code
  15. Perhaps a better description in texi pages as well.
  16.  
  17. * Add option for find to sort output in lexical order for use for updatedb
  18. olarsac@airfrance.fr (Olivier) made the following suggestion:
  19.  
  20. As I was running thru the code looking for the bug I wondered why the updatedb
  21. has to use sort...
  22. why not add an option to find that sorts the output in lexical order?
  23. my point is:
  24. - sort on a big list is costly (here we do locate on big big file system)
  25. - find may (in theory) sort incrementally very easily by sorting only the current
  26. directory entries before recursion
  27.  
  28.  
  29. * large file problems
  30. depcomp gets added by automake
  31.  
  32. * investigate _LIBC when used with TOLOWER and TOUPPER
  33. _LIBC is used to determine whether TOLOWER should check isupper first.
  34. Is there something better to check?  Alternatively, can tolower be
  35. checked at run time to determine whether isupper should be called first.
  36.  
  37. * BeOS problems with multibyte
  38. Bruno Haible reported problems with BeOS.
  39.  
  40. * Include example of use of updatedb in documentation.
  41. Use something close to the Debian daily cron job.
  42.  
  43. * Supply example for time range commands for find.
  44.  
  45.                         --//--
  46. This is used by Emacs' spell checker ispell.el:
  47.  
  48. LocalWords: strftime xargs updatedb sh strcpy
  49. LocalWords: lib frcode bigram texi depcomp automake
  50. LocalWords: LIBOBJS FUNC findutils
  51. LocalWords: LIBC TOLOWER TOUPPER tolower isupper
  52. LocalWords: Debian cron
  53. LocalWords: Haible BeOS
  54.